-
Notifications
You must be signed in to change notification settings - Fork 761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect connection timeouts in Hedging #5134
Conversation
@@ -4,11 +4,6 @@ | |||
<Description>Unit tests for Microsoft.Extensions.Http.Resilience.</Description> | |||
</PropertyGroup> | |||
|
|||
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' "> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't face any issues locally nor did observe any during the CI build. I think we can safely close #4531 with that change
...raries/Microsoft.Extensions.Http.Resilience/Hedging/HttpClientHedgingResiliencePredicates.cs
Outdated
Show resolved
Hide resolved
...raries/Microsoft.Extensions.Http.Resilience/Hedging/HttpClientHedgingResiliencePredicates.cs
Show resolved
Hide resolved
...raries/Microsoft.Extensions.Http.Resilience/Hedging/HttpClientHedgingResiliencePredicates.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/backport to release/8.5 |
Started backporting to release/8.5: https://github.com/dotnet/extensions/actions/runs/9023344427 |
Fixes #4654
Microsoft Reviewers: Open in CodeFlow